Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.model.map
Package-level
declarations
Types
Types
Custom
Tile
Source
Link copied to clipboard
class
CustomTileSource
class
CustomTileSource
Marker
With
Label
Link copied to clipboard
class
MarkerWithLabel
(
mapView
:
MapView
?
,
label
:
String
,
emoji
:
String
?
=
null
)
:
Marker
NOAAWms
Tile
Source
Link copied to clipboard
open
class
NOAAWmsTileSource
(
aName
:
String
,
aBaseUrl
:
Array
<
String
>
,
layername
:
String
,
version
:
String
,
time
:
String
?
,
srs
:
String
,
style
:
String
?
,
format
:
String
)
:
OnlineTileSourceBase
Online
Tile
Source
Auth
Link copied to clipboard
open
class
OnlineTileSourceAuth
(
name
:
String
,
zoomLevel
:
Int
,
zoomMaxLevel
:
Int
,
tileSizePixels
:
Int
,
imageFileNameEnding
:
String
,
baseUrl
:
Array
<
String
>
,
pCopyright
:
String
,
tileSourcePolicy
:
TileSourcePolicy
,
layerName
:
String
?
,
apiKey
:
String
)
:
OnlineTileSourceBase